d_rss ~master (2022-05-11T02:07:18.4921953)
Dub
Repo
mrss_tag_t
d_rss
mrss
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
mrss_tag_t {
mrss_element_t
element
;
int
allocated
;
char
*
name
;
char
*
value
;
char
*
ns
;
mrss_attribute_t
*
attributes
;
mrss_tag_t
*
children
;
mrss_tag_t
*
next
;
}
Members
Variables
allocated
int
allocated
;
Undocumented in source.
attributes
mrss_attribute_t
*
attributes
;
Undocumented in source.
children
mrss_tag_t
*
children
;
Undocumented in source.
element
mrss_element_t
element
;
For internal use only:
name
char
*
name
;
Undocumented in source.
next
mrss_tag_t
*
next
;
Undocumented in source.
ns
char
*
ns
;
Undocumented in source.
value
char
*
value
;
Undocumented in source.
Meta
Source
See Implementation
d_rss
mrss
aliases
mrss_generic_t
enums
CURLcode
mrss_element_t
mrss_error_t
mrss_flag_t
mrss_version_t
functions
mrss_curl_strerror
mrss_element
mrss_free
mrss_get
mrss_get_last_modified
mrss_get_last_modified_with_options
mrss_get_last_modified_with_options_and_error
mrss_new
mrss_new_subdata
mrss_options_free
mrss_options_new
mrss_parse_buffer
mrss_parse_file
mrss_parse_url
mrss_parse_url_with_options
mrss_parse_url_with_options_and_error
mrss_parse_url_with_options_error_and_transfer_buffer
mrss_remove_subdata
mrss_search_attribute
mrss_search_tag
mrss_set
mrss_strerror
mrss_write_buffer
mrss_write_file
manifest constants
LIBMRSS_MAJOR_VERSION
LIBMRSS_MICRO_VERSION
LIBMRSS_MINOR_VERSION
LIBMRSS_VERSION_STRING
structs
mrss_attribute_t
mrss_category_t
mrss_day_t
mrss_hour_t
mrss_item_t
mrss_options_t
mrss_t
mrss_tag_t